My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
-
Re: Script1.0, please help refine this Search function to just the record I'm on and not all records.
Hello @Dext3r, You can add an additional filter for your field containing the parent transaction's internal ID and include that in your search. To do that you can start with nlapiGetFieldValue(&…1 -
Re: How to hide fields on the Invoice form?
Hello @Paul Salkeld, The custpage_ fields are indeed from scripts, this is evident due to the lack of "Customise" button under Field Help. The syntax of the code you're using to hide t…1 -
Re: Can't get this script to deploy to item fulfilments.
Hello @Dext3r, Let's have the support team have a look into this as I have been unable to replicate your concern and this appears to be a potential defect. I'll be sending you an email to r…1 -
Re: How to use the search module in a function in client script?
Hello @dle_35705, Can you try adding "AND" in between the two filters? When creating new filters, I usually go by this format: filters:[ ["createdfrom","anyof","6&q…2 -
Re: Prevent Saving Duplicate Contact Email Addresses to Customer Records via SuiteScript
Thank you so much for posting your solution here, @pbr528!1
